home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 98 / Skunkware 98.iso / src / devtools / automake-1.0.tar.gz / automake-1.0.tar / automake-1.0 / tests / insh.test < prev    next >
Text File  |  1996-04-03  |  217b  |  15 lines

  1. #! /bin/sh
  2.  
  3. # Test for bug where missing mkinstalldirs give bogus error about
  4. # missing install-sh.
  5.  
  6. . $srcdir/defs || exit 1
  7.  
  8. rm mkinstalldirs
  9.  
  10. : > Makefile.am
  11.  
  12. $AUTOMAKE > out 2>&1 && exit 1
  13.  
  14. grep mkinstalldirs out
  15.